split up CUDA-suffixed dependencies in dependencies.yaml#1414
split up CUDA-suffixed dependencies in dependencies.yaml#1414rapids-bot[bot] merged 5 commits intorapidsai:branch-24.08from jameslamb:suffix-split
Conversation
|
These tests are failing, for both wheels and conda packages, with dozens of errors like this:
I strongly suspect that's related to some recent change in |
|
I've updated this based on the suggestions from rapidsai/cudf#16183. Ran the following to check git fetch upstream --tags
ci/release/update-version.sh '24.10.00'
git grep -E '24\.8|24\.08'Did not find any required changes for that script. |
@mroeschke confirmed offline that these failing tests are unrelated to this PR's changes, and this is safe to admin-merge. |
|
Cancelling CI here (and will on other commits in the next 24 hours) to save some CI capacity for other projects that are about to enter code freeze. |
|
/merge |
Description
Contributes to rapidsai/build-planning#31
In short, RAPIDS DLFW builds want to produce wheels with unsuffixed dependencies, e.g.
cudfdepending onrmm, notrmm-cu12.This PR is part of a series across all of RAPIDS to try to support that type of build by setting up CUDA-suffixed and CUDA-unsuffixed dependency lists in
dependencies.yaml.For more details, see:
Notes for Reviewers
Why target 24.08?
This is targeting 24.08 because:
Checklist